menusectionbox: Improve circular button spacing
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Apr 2020 02:16:46 +0000 (22:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Apr 2020 02:16:46 +0000 (22:16 -0400)
commitba45d7a991178e29ff747702b32f750850e896eb
treeac59992c6745cf819941c663a7b9f2791215c371
parent8b1e857a67333f826625d512ee5a224200f9a6c3
menusectionbox: Improve circular button spacing

In the n == 2 case, we want to avoid the buttons being
drawn all the way out to the ends of the box, but in the
n >= 3 case, that is exactly what we want for the first
and last button.
gtk/gtkmenusectionbox.c